home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Help.bin / LANGREF.CNT (.txt) < prev    next >
Microsoft Windows Help File Content  |  1997-05-22  |  9KB  |  212 lines

  1. :Base Langref.hlp
  2. :Title The Java Language Specification - Draft
  3. 1 What's New with JDK 1.1?
  4. 2 Documentation Available with Visual Cafe=Documentation_Available_with_Cafe
  5. 2 New Features in JDK 1.1=New_Features_in_JDK_1.1
  6. 1 Lexical Structure
  7. 2 Lexical Structure=Lexical_Structure
  8. 2 Unicode Escapes=Unicode_Escapes
  9. 2 Input Lines=Input_Lines
  10. 2 Tokens=Tokens
  11. 2 Comments=Comments
  12. 2 Keywords=Keywords
  13. 2 Identifiers=Identifiers
  14. 2 Separators=Separators
  15. 2 Operators=Operators
  16. 2 Literals
  17. 3 Literals=Literals
  18. 3 Integer Literals=Integer_Literals
  19. 3 Floating Point Literals=Floating_Point_Literals
  20. 3 Boolean Literals=Boolean_Literals
  21. 3 Character Literals=Character_Literals
  22. 3 String Literals=String_Literals
  23. 1 Types and Values
  24. 2 Standard Default Values=Standard_Default_Values
  25. 2 Primitive Types and Values
  26. 3 Primitive Types and Values=Primitive_Types_and_Values
  27. 3 Integral Types and Values=Integral_Types_and_Values
  28. 3 Floating-Point Types and Values=Floating_Point_Types_and_Values
  29. 3 Character Types and Values=Character_Types_and_Values
  30. 3 Boolean Types and Values=Boolean_Types_and_Values
  31. 2 Reference Types and Values
  32. 3 Reference Types and Values=Reference_Types_and_Values
  33. 3 Class Instances=Class_Instances
  34. 3 Arrays=Arrays
  35. 3 Class Types=Class_Types
  36. 3 Array Types=Interface_Types
  37. 3 Interface Types=Interface_Types
  38. 1 Conversions
  39. 2 Conversions=Conversions
  40. 2 Conversions on Primitive Values=Conversions_on_Primitive_Values
  41. 2 Conversions on Reference Values=Conversions_on_Reference_Values
  42. 2 Assignment Conversion=Assignment_Conversion
  43. 2 Casting Conversion=Casting_Conversion
  44. 2 Unary Arithmetic Promotion=Unary_Arithmetic_Promotion
  45. 2 Binary Arithmetic Promotion=Binary_Arithmetic_Promotion
  46. 1 Names and Variables
  47. 2 Names=Names
  48. 2 Variables: Values and References=Variables_Values_and_References
  49. 2 Storage Classes=Storage_Classes
  50. 2 Name Spaces=Name_Spaces
  51. 2 Name Resolution=Name_Resolution
  52. 2 External Access=External_Access
  53. 2 Rules about Names=Rules_about_Names
  54. 1 Program Structure
  55. 2 Packages and Directories=Packages_and_Directories
  56. 2 Globally Unique Package Names=Globally_Unique_Package_Names
  57. 2 Locating Packages on a Host System=Locating_Packages_on_a_Host_System
  58. 2 Compilation Units=Compilation_Units
  59. 2 Compilation Unit Name Space=Compilation_Unit_Name_Space
  60. 2 Standard Imports=Standard_Imports
  61. 2 The Import Statement=The_Import_Statement
  62. 1 Class and Interface Type Declarations
  63. 2 Class and Interface Type Declarations=Class_and_Interface_Type_Declarations
  64. 2 Class Declarations
  65. 3 Class Declarations=Class_Declarations
  66. 3 Class Modifiers=Class_Modifiers
  67. 3 Superclass Specification=Superclass_Specification
  68. 3 Implemented Interfaces=Implemented_Interfaces
  69. 3 Class Body=Class_Body
  70. 3 Class Name Space=Class_Name_Space
  71. 3 Multiple Declarations of a Single Name=Multiple_Declarations_of_a_Single_Name
  72. 3 Visibility of Field and Class Names=Visibility_of_Field_and_Class_Names
  73. 2 Field Declarations
  74. 3 Field Declarations=Field_Declarations
  75. 3 Field Access=Field_Access
  76. 2 Variable Declarations
  77. 3 Variable Declarations=Variable_Declarations
  78. 3 Variable Modifiers=Variable_Modifiers
  79. 3 Variable Declarators=Variable_Declarators
  80. 3 Variable Initializers=Variable_Initializers
  81. 2 Method Declarations
  82. 3 Method Declarations=Method_Declarations
  83. 3 Method Modifiers=Method_Modifiers
  84. 3 Result Type=Result_Type
  85. 3 Parameter List=Parameter_List
  86. 3 Throws=Throws
  87. 3 The Body of a Method=The_Body_of_a_Method
  88. 3 Using this, super and Superclass Type Names=Using_this_super_and_Superclass_Type_Names
  89. 3 Using Superclass Names=Using_Superclass_Names
  90. 3 Method Overloading=Method_Overloading
  91. 3 Method Overriding=Method_Overriding
  92. 2 Constructor Method Declarations
  93. 3 Constructor Method Declarations=Constructor_Method_Declarations
  94. 3 Constructor Modifiers=Constructor_Modifiers
  95. 3 Parameter List=Parameter_List
  96. 3 Throws=Throws
  97. 3 The Body of a Constructor=The_Body_of_a_Constructor
  98. 3 Object Creation=Object_Creation
  99. 2 Automatic Storage Management and Finalization
  100. 3 Automatic Storage Management and Finalization=Automatic_Storage_Management_and_Finalization
  101. 2 Class Loading and Initialization
  102. 3 Class Loading and Initialization=Class_Loading_and_Initialization
  103. 3 Class Loading=Class_Loading
  104. 3 Static Variable Initialization=Static_Variable_Initialization
  105. 2 Interface Declarations
  106. 3 Interface Declarations=Interface_Declarations
  107. 3 Interface Modifiers=Interface_Modifiers
  108. 3 Subinterfaces and the extends Clause=Subinterfaces_and_the_extends_Clause
  109. 3 Body of an Interface=Body_of_an_Interface
  110. 3 Variable Declarations in Interfaces=Variable_Declarations_in_Interfaces
  111. 3 Method Declarations in Interfaces=Method_Declarations_in_Interfaces
  112. 2 A class and interface as an example
  113. 3 A class and interface as an example=A_class_and_interface_example
  114. 1 Arrays
  115. 2 Arrays=Arrays
  116. 2 Array Types=Array_Types
  117. 2 Declarations of Array-valued Variables=Declarations_of_Array_valued_Variables
  118. 2 Array Initialization=Array_Initialization
  119. 2 Array Length=Array_Length
  120. 2 Array Indexing=Array_Indexing
  121. 2 Array Allocation and Reclamation=Array_Allocation_and_Reclamation
  122. 2 Arrays versus Strings=Arrays_versus_Strings
  123. 1 Blocks and Statements
  124. 2 Blocks and Statements=Blocks_and_Statements
  125. 2 Blocks=Blocks
  126. 2 Local Variable Declarations=Local_Variable_Declarations
  127. 2 Statements=Statements
  128. 2 Empty Statement=Empty_Statement
  129. 2 Labeled Statements=Labeled_Statements
  130. 2 Expression Statements=Expression_Statements
  131. 2 Unreachable Statements=Unreachable_Statements
  132. 2 Selection Statements
  133. 3 Selection Statements=Selection_Statements
  134. 3 The if Statement=The_if_Statement
  135. 3 The switch Statement=The_switch_Statement
  136. 2 Iteration Statements
  137. 3 Iteration Statements=Iteration_Statements
  138. 3 The while Statement=The_while_Statement
  139. 3 The do Statement=The_do_Statement
  140. 3 The for Statement=The_for_Statement
  141. 2 Jump Statements
  142. 3 Jump Statements=Jump_Statements
  143. 3 The break Statement=The_break_Statement
  144. 3 The continue Statement=The_continue_Statement
  145. 3 The return Statement=The_return_Statement
  146. 3 The throw Statement=The_throw_Statement
  147. 2 Guarding Statements
  148. 3 Guarding Statements=Guarding_Statements
  149. 3 The synchronized Statement=The_synchronized_Statement
  150. 3 The try Statement=The_try_Statement
  151. 1 Expressions
  152. 2 Value of an Expression=Value_of_an_Expression
  153. 2 Type of an Expression=Type_of_an_Expression
  154. 2 Evaluation Order=Evaluation_Order
  155. 2 Array Access=Array_Access
  156. 2 Method Calls=Method_Calls
  157. 2 Shift Operators=Shift_Operators
  158. 2 Conditional-And Operator=Conditional_And_Operator
  159. 2 Conditional-Or Operator=Conditional_Or_Operator
  160. 2 Conditional Operator ?=Conditional_Operator
  161. 2 Expression=Expression
  162. 2 Constant Expression=Constant_Expression
  163. 2 Unassigned Variables=Unassigned_Variables
  164. 2 Primary Expressions
  165. 3 Primary Expressions=Primary_Expressions
  166. 3 this and super=this_and_super
  167. 3 null=null
  168. 2 Field Access
  169. 3 Field Access=Field_Access
  170. 3 Field Access through an Object or Array Reference=Field_Access_through_an_Object_or_Array_Reference
  171. 3 Field Access through a Simple Name=Field_Access_through_a_Simple_Name
  172. 3 Field Access through a Qualified Name=Field_Access_through_a_Qualified_Name
  173. 2 Allocation Expressions
  174. 3 Allocation Expressions=Allocation_Expressions
  175. 3 Allocating New Objects=Allocating_New_Objects
  176. 3 Allocating New Arrays=Allocating_New_Arrays
  177. 2 Postfix Expressions
  178. 3 Postfix Expressions=Postfix_Expressions
  179. 3 Postfix Increment Operator=Postfix_Increment_Operator
  180. 3 Postfix Decrement Operator=Postfix_Decrement_Operator
  181. 2 Unary Operators
  182. 3 Unary Operators=Unary_Operators
  183. 3 Prefix Increment Operator=Prefix_Increment_Operator
  184. 3 Prefix Decrement Operator=Prefix_Decrement_Operator
  185. 3 Unary Plus Operator=Unary_Plus_Operator
  186. 3 Unary Minus Operator=Unary_Minus_Operator
  187. 3 Bitwise Complement Operator=Bitwise_Complement_Operator
  188. 3 Logical Complement Operator=Logical_Complement_Operator
  189. 3 Casts=Casts
  190. 2 Multiplicative Operators
  191. 3 Multiplicative Operators=Multiplicative_Operators
  192. 3 Multiplication Operator=Multiplication_Operator
  193. 3 Division Operator=Division_Operator
  194. 3 Remainder=Remainder
  195. 2 Additive Operators
  196. 3 Additive Operators=Additive_Operators
  197. 3 Addition and Subtraction Operators for Arithmetic Types80=Addition_and_Subtraction_Operators_for_Arithmetic_Types80
  198. 3 String Concatenation Operator=String_Concatenation_Operator
  199. 2 Relational Operators
  200. 3 Relational Operators=Relational_Operators
  201. 3 Numerical Comparison Operators=Numerical_Comparison_Operators
  202. 3 Type Comparison Operator=Type_Comparison_Operator_instanceof
  203. 2 Equality Operators
  204. 3 Equality Operators=Equality_Operators
  205. 3 Numerical Equality Operators=Numerical_Equality_Operators
  206. 3 Boolean Equality Operators=Boolean_Equality_Operators
  207. 3 Object Equality Operators=Object_Equality_Operators
  208. 2 Bitwise and Logical Operators
  209. 3 Bitwise and Logical Operators=Bitwise_and_Logical_Operators
  210. 3 Integer Bitwise Operators=Integer_Bitwise_Operators
  211. 3 Boolean Logical Operators=Boolean_Logical_Operators
  212.